home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tcl / list.z / list
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. lllliiiisssstttt((((3333TTTTccccllll))))                                                          lllliiiisssstttt((((3333TTTTccccllll))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      list - Create a list
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      lllliiiisssstttt ?_a_r_g _a_r_g ...?                                                       |
  13.  
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This command returns a list comprised of all the _a_r_gs, or an empty string|
  17.      if no _a_r_gs are specified.  Braces and backslashes get added as necessary,
  18.      so that the iiiinnnnddddeeeexxxx command may be used on the result to re-extract the
  19.      original arguments, and also so that eeeevvvvaaaallll may be used to execute the
  20.      resulting list, with _a_r_g_1 comprising the command's name and the other
  21.      _a_r_gs comprising its arguments.  LLLLiiiisssstttt produces slightly different results
  22.      than ccccoooonnnnccccaaaatttt:  ccccoooonnnnccccaaaatttt removes one level of grouping before forming the
  23.      list, while lllliiiisssstttt works directly from the original arguments.  For
  24.      example, the command
  25.  
  26.           lllliiiisssstttt aaaa bbbb {{{{cccc dddd eeee}}}} {{{{ffff {{{{gggg hhhh}}}}}}}}
  27.  
  28.      will return
  29.  
  30.           aaaa bbbb {{{{cccc dddd eeee}}}} {{{{ffff {{{{gggg hhhh}}}}}}}}
  31.  
  32.      while ccccoooonnnnccccaaaatttt with the same arguments will return
  33.  
  34.           aaaa bbbb cccc dddd eeee ffff {{{{gggg hhhh}}}}
  35.  
  36.  
  37.  
  38. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  39.      element, list
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.